home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / dvd.dir / 00065.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  352 b   |  14 lines

  1. on movieStart2 movie
  2.   global end
  3.   if the directToStage of cast movie = 0 then
  4.     set the directToStage of cast movie to 1
  5.   end if
  6.   if the sound of cast movie <> 1 then
  7.     set the sound of cast movie to 1
  8.   end if
  9.   set end to the duration of cast movie
  10.   if the movieRate of sprite 5 <> 1 then
  11.     set the movieRate of sprite 5 to 1
  12.   end if
  13. end
  14.